home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / LISPMTOP.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  67 lines

  1.  
  2.  
  3. lispmtopgm(1)              Unix Programmer's Manual              lispmtopgm(1)
  4.  
  5.  
  6. NAME
  7.      lispmtopgm - convert a Lisp Machine bitmap file into pgm format
  8.  
  9. SYNOPSIS
  10.      lispmtopgm [lispmfile]
  11.                  ---------
  12.  
  13. DESCRIPTION
  14.      Reads a Lisp Machine bitmap as input.  Produces  a  portable  graymap  as
  15.      output.
  16.  
  17.      This is the file format written by the  tv:write-bit-array-file  function
  18.      on TI Explorer and Symbolics lisp machines.
  19.  
  20.      Multi-plane bitmaps on lisp machines are color; but the lispm image  file
  21.      format  does  not  include  a color map, so we must treat it as a graymap
  22.      instead.  This is unfortunate.
  23.  
  24. SEE ALSO
  25.      pgmtolispm(1), pgm(5)
  26.  
  27. BUGS
  28.      The Lispm bitmap file format is a bit quirky;  Usually the image  in  the
  29.      file  has its width rounded up to the next higher multiple of 32, but not
  30.      always.  If the width is not a multiple of 32,  we  don't  deal  with  it
  31.      properly,  but  because  of the Lispm microcode, such arrays are probably
  32.      not image data anyway.
  33.  
  34.      Also, the lispm code for saving bitmaps has a bug, in  that  if  you  are
  35.      writing  a bitmap which is not mod32 across, the file may be up to 7 bits
  36.      too short!  They round down instead of up, and we don't handle  this  bug
  37.      gracefully.
  38.  
  39.      No color.
  40.  
  41. AUTHOR
  42.      Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                 06 March 1990                                1
  66.  
  67.